PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardListAttribute Class / isContinuedList Method
In This Topic
    isContinuedList Method
    In This Topic
    Gets a flag indicating whether this is a continued list.
    Syntax
    public boolean isContinuedList()

    Return Value

    A boolean flag specifying whether the list is a continuation of a previous list in the structure tree (true), or not (false).
    See Also